map collection
英 [mæp kəˈlekʃn]
美 [mæp kəˈlekʃn]
网络 地图资料
英英释义
noun
- a collection of maps in book form
双语例句
- Similarly, the rows represent Clojure's built-in collection types: list, vector, map, and set.
同样,行表示Clojure的内置集合类型:list、vector、map和set。 - A traditional Java java. util. Map, then, is essentially a collection of two-part tuples.
传统的Javajava.util.Map实质上是一个分两部分的元组集合。 - If you wanted to create a file for each author, you would map the authors list to document collection.
如果您想为每一个作家都创建一个文件,则要将作家列表映射到文档集。 - When this limit is reached, the oldest data map is removed from the repository and becomes eligible for garbage collection.
当达到这个限值时,最旧的那个数据地图会从存储库中删除,以便进行垃圾收集。 - There are several costs to card marking – additional space for the card map, additional work to be done on each pointer store, and additional work to be done at garbage collection time.
卡片标记有几项开销――卡片映射所需的额外空间、对每一个指针存储所做的额外工作,以及在垃圾收集时做的额外工作。 - Students in Tanzania use GPS to map roads, water collection points, footpaths to plan for a more sustainable community.
坦桑尼亚学生采用全球定位系统对公路、集水点和步道进行绘图,目的在于规划更具可持续性的社区。 - The data acquisition methods of three-dimensional digital terrain map: data collection of digital photogrammetric, data collection of total station and three-dimensional airborne laser scanning system.
主要研究了三维数字地形图的数据采集方法:数字摄影测量数据采集,全站仪数据采集和机载激光三维扫描系统。 - With the book/ author situation, you need to map several elements each author element in the XML document into a collection, and then assign that collection to the Authors property of Book.
为了映射图书和作者的关系,需要把几个元素(XML文档中的每个author)映射到一个集合,然后把这个集合分配给Book的Authors属性。 - The JMS provider must support nested map messages to convert collection classes.
JMS提供者必须支持嵌入的映射消息来对集合类进行转换。 - I then proceed to define a list, populate it, and call my newly defined def. Next, I create a map and do the same thing for that collection.
然后我定义一个list,填充它,并调用我新定义的def。之后,我创建一个map,并对这个集合做了同样的操作。